DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexQuery<T,TKey> Class
The type of the elements of the indexed collection.
The type of the index key.
Members

In This Topic
    IndexQuery<T,TKey> Class
    In This Topic
    Represents a collection that is the result of an index search. Objects of this class are returned by the IIndexScanner<T,TKey> search methods.
    Object Model
    IndexQuery<T,TKey> Class
    Syntax
    'Declaration
     
    Public MustInherit Class IndexQuery
        (Of T,TKey) 
       Inherits IndexQuery(Of T)
       Implements C1.LiveLinq.Indexing.IIndexedSource(Of T) 
    public abstract class IndexQuery<T,TKey> : IndexQuery<T>, C1.LiveLinq.Indexing.IIndexedSource<T>  
    Type Parameters
    T
    The type of the elements of the indexed collection.
    TKey
    The type of the index key.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Indexing.Search.IndexQuery<T>
          C1.LiveLinq.Indexing.Search.IndexQuery<T,TKey>

    See Also